CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sd FAT32

搜索资源列表

  1. 单片机FATFS代码(支持fat32、fat16)

    2下载:
  2. FATFS代码(支持fat32、fat16)
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2011-05-24
    • 文件大小:1747621
    • 提供者:feberyan
  1. UCOSFS_SYS.rar

    1下载:
  2. 本资料包括建立在SD卡和NANDFLASH上的文件系统,具体如下: SD卡:FAT32 NANDFLASH:FAT16 SD&NAND:整合的文件系统,SD(FAT32)的盘符是"ide",NANDFLASH(FAT16)的盘符是"FLASH" uc/FS基本使用方法: 1. FS_Init(),在调用uc/FS功能前需要进行初始化 2. FS_IoCtl(),对媒质进行格式化(SD卡用电脑格式化,所以未给出格式化参数) 3.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2013-08-02
    • 文件大小:1565512
    • 提供者:乔木
  1. fat32.rar

    0下载:
  2. msp430单片机 FAT32文件系统的简单实现,Single-chip msp430 simple FAT32 file system to achieve
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:2581
    • 提供者:杨旭
  1. mmc_sd

    0下载:
  2. SD/MMC卡文件读写系统(FAT32),是一个大系统的一部分,但已包括完整的FAT32文件系统各个部分。-SD/MMC card read and write file system (FAT32), is a big part of the system, but have included a complete all parts of FAT32 file system.
  3. 所属分类:uCOS

    • 发布日期:2017-03-29
    • 文件大小:10266
    • 提供者:郑杰
  1. playercode1053-Aug2009

    0下载:
  2. 基于8051简单控制的,使用vs1053的sd卡音频播放器设计,带电路图和源代码,编译器说明在内-a tiny audio player design employing an 8051 as MCU and vs1053 as decoder with SD card driver and Fat32 simple read functions
  3. 所属分类:Audio program

    • 发布日期:2017-04-09
    • 文件大小:1086114
    • 提供者:likingwai
  1. SD-CARD-P-FAT32

    0下载:
  2. 配合SD卡读写驱动实现对SD卡中的文本文件的读取,并将读到的数据通过串口输出到串口终端上,这里使用的是超级终端-SD card reader with SD card drive to achieve a text file to read, and read the data through the serial port output to the serial port terminal, where using HyperTerminal
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:79792
    • 提供者:刘洪亮
  1. SD-card-FAT32-file-system

    0下载:
  2. SD卡内部操作解析,以及读写SD卡的原理。-SD card, internal operations analysis, as well as the principles of SD card reader.
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:258190
    • 提供者:陈振秋
  1. SD

    0下载:
  2. 这可是好东西,我自己编写的基于51单片机的SD卡驱动代码,可以读写扇区,假如套上FAT32驱动,则可以直接识别文件系统,缺点是用51速度比较慢。-This is a good thing, however, I have written 51 MCU-based SD card driver code, you can read and write sectors, if put on FAT32 drives, you can directly identify the file system
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2121
    • 提供者:王小强
  1. ES6461

    1下载:
  2. 这是ESS公司的新一代媒体播放IC,支持接口,硬盘/IDE光驱,USB,CF card, SD/MMC/MS/XD/SMARTMEDIA, 等,该系统集成度高,整个系统只需要主控ES6461+SDRAM+SPI FLAH,所有的音频DA,视频输出都集成化,可直接驱动数字屏,支持NTFS 和FAT32 文件系统, 输出有 CVBS,SVIDEO,VGA,YPBPR /HDMI, 是比较理想的媒体播放和数码相框方案.系统开放度高如有需要,联系wliness@163.com, or QQ:632913
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-27
    • 文件大小:10244880
    • 提供者:wlj
  1. FatFs_R0.07e_Jan15-2010

    0下载:
  2. FatFs R0.07e by Mr.ChaN from Electronic Lives Mfg. http://elm-chan.org This functions are intended for high level data access to MMC/SD/SD HC Flash memory cards formated using the FAT12, FAT16 or FAT32 standards-FatFs R0.07e by Mr.ChaN from Electron
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-24
    • 文件大小:806312
    • 提供者:bimbirel
  1. AVR_SDcard_FAT32

    0下载:
  2. AVR 单片机上实现SD卡的读写,支持FAT16、FAT32文件系统,文件和目录的创建删除等文件功能全部实现-AVR single-chip implementation on SD card reader, support for FAT16, FAT32 file system, files and directories to create the delete function and other documents of all implementation
  3. 所属分类:SCM

    • 发布日期:2015-07-05
    • 文件大小:268474
    • 提供者:shanghongwei
  1. flashfilesd

    0下载:
  2. SD Flash file system for AVR
  3. 所属分类:SCM

    • 发布日期:2015-07-05
    • 文件大小:2178083
    • 提供者:tone
  1. FAT32insd

    1下载:
  2. SD卡上的FAT32文件系统源代码,能够在任何单片机上使用,轻松使用sd卡-SD card FAT32 file system source code, can be in any single-chip microcomputer use, easy to use sd card
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:152967
    • 提供者:齐晓华
  1. msp430F2xxReadSDandFAT32FileSystem

    0下载:
  2. msp430F2xx单片机读写SD卡,采用fat32文件系统-Singlechip msp430F2xx read and write SD card, using fat32 file system
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-24
    • 文件大小:19830
    • 提供者:张卫
  1. sd-reader_source_20081121

    0下载:
  2. Code to access MMC/SD cards with FAT16/FAT32 file system on an Atmel AVR8. Code contains SDHC support (disabled)
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:277988
    • 提供者:gryph
  1. FAT32

    0下载:
  2. 用MEGA16驱动SD卡,并能实现在FAT32系统下的读取数据-MEGA16 drive with SD card, and can achieve at FAT32 systems read data
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:3125
    • 提供者:建政
  1. 51-sd

    1下载:
  2. 介绍51 单片机与SD 卡的接口设计原理, 以及FAT32 文件系统的设计和应用程序控制SD 卡读写操作的实现。-Introduced 51 single-chip interface and SD card design principle, as well as the FAT32 file system design and application control the operation of SD card reader to achieve.
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:343612
    • 提供者:martain
  1. SD

    0下载:
  2. sd卡读写成功,能建立文件,fat32系统,速率为100k-sd card reader successfully able to create the file, fat32 system, rate of 100k
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-27
    • 文件大小:65777
    • 提供者:yao
  1. SD

    0下载:
  2. 这是我搜集到的SD卡资料,感觉好,希望能够给你提供帮助。-This module implements FAT16/FAT32 read and write access
  3. 所属分类:Other systems

    • 发布日期:2017-05-21
    • 文件大小:6590432
    • 提供者:jindong
  1. ili9320PsdPtouchpad-STM32

    0下载:
  2. ili9320+touchpad+sd+fat32 stm32
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:2531597
    • 提供者:王建
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com